home *** CD-ROM | disk | FTP | other *** search
/ cyberXperience / c11.ISO / cyberaz / nivel1.dxr / 05067_DISPARO ROBOT TOCADO.ls < prev    next >
Encoding:
Text File  |  1996-05-14  |  81 b   |  7 lines

  1. on mouseUp
  2.   if the timer > 15 then
  3.     dispara(1)
  4.     startTimer()
  5.   end if
  6. end
  7.